public class CycleModel extends OpponentModel
negotiationSession, opponentUtilitySpace| Constructor and Description |
|---|
CycleModel() |
| Modifier and Type | Method and Description |
|---|---|
double |
getBidEvaluation(Bid bid)
Determines the utility of a bid according to the preference profile.
|
void |
init(NegotiationSession negotiationSession,
java.util.HashMap<java.lang.String,java.lang.Double> parameters)
Initializes the model.
|
void |
updateModel(Bid theBid,
double time)
Method used to update the opponent model.
|
cleanUp, getIssueWeights, getName, getOpponentUtilitySpace, getWeight, init, isCleared, setOpponentUtilitySpace, setOpponentUtilitySpace, updateModelpublic void init(NegotiationSession negotiationSession, java.util.HashMap<java.lang.String,java.lang.Double> parameters) throws java.lang.Exception
OpponentModelinit in class OpponentModelnegotiationSession - reference to the state of the negotiationjava.lang.Exceptionpublic void updateModel(Bid theBid, double time)
OpponentModelupdateModel in class OpponentModeltheBid - to update the model with.time - at which the bid was offered.public double getBidEvaluation(Bid bid)
OpponentModelgetBidEvaluation in class OpponentModelbid - of which the utility is calculated.